home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Directorty Opus 5 - Magellan
/
Opus 5 - Magellan.iso
/
Extras
/
Install_3.3
/
ARexx
/
InstallerHelp.rexx
< prev
Wrap
OS/2 REXX Batch file
|
1997-05-09
|
356b
|
18 lines
/*
$VER: InstallHelp 1.1 (09.05.97)
*/
parse arg buttons ' :: ' help
say buttons
say help
address DOPUS.1 command loadbuttons buttons
if exists('SYS:Utilities/MultiView') then do
address command 'c:run >NIL: <NIL: SYS:Utilities/MultiView "' || help || '"'
end
else do
address command 'c:run >NIL: <NIL: SYS:Utilities/AmigaGuide "' || help || '"'
end